object Form_FileMgr: TForm_FileMgr Left = 386 Top = 310 Width = 477 Height = 308 HelpContext = 560 BorderIcons = [biSystemMenu] Caption = 'File manager' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False ShowHint = True OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 120 TextHeight = 16 object Panel_Btn: TPanel Left = 0 Top = 121 Width = 469 Height = 155 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 12 Top = 6 Width = 71 Height = 16 Caption = 'Description:' end object Label2: TLabel Left = 12 Top = 25 Width = 60 Height = 16 Caption = 'Comment:' end object Label4: TLabel Left = 12 Top = 80 Width = 45 Height = 16 Caption = 'Format:' end object Label5: TLabel Left = 252 Top = 80 Width = 39 Height = 16 Caption = 'Notes:' end object Label7: TLabel Left = 14 Top = 62 Width = 51 Height = 16 Caption = 'Created:' end object Bevel1: TBevel Left = 6 Top = 105 Width = 457 Height = 6 Shape = bsTopLine end object L_Desc: TLabel Left = 92 Top = 6 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object L_Comment: TLabel Left = 92 Top = 25 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object L_Fmt: TLabel Left = 92 Top = 80 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object L_Date: TLabel Left = 92 Top = 62 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object L_Count: TLabel Left = 314 Top = 80 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object Label99: TLabel Left = 12 Top = 43 Width = 42 Height = 16 Caption = 'Folder:' end object L_Path: TLabel Left = 92 Top = 43 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object Label3: TLabel Left = 252 Top = 62 Width = 55 Height = 16 Caption = 'Modified:' end object L_Modified: TLabel Left = 314 Top = 62 Width = 9 Height = 16 Caption = '...' ShowAccelChar = False end object Button_OK: TButton Left = 12 Top = 117 Width = 93 Height = 31 Hint = 'Open selected file' Caption = '&Select' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button_OKClick end object Button_Cancel: TButton Left = 111 Top = 117 Width = 92 Height = 31 Hint = 'Dismiss the dialog box' Caption = '&Close' ModalResult = 2 TabOrder = 1 OnClick = Button_CancelClick end object CheckBox_FullPaths: TCheckBox Left = 234 Top = 123 Width = 223 Height = 21 Hint = 'Display full or shortened file names' Caption = 'Show full &Paths with filenames' TabOrder = 2 end end object TVmgr: TTreeNT Left = 0 Top = 0 Width = 469 Height = 121 Hint = 'Double-click a file to open it in KeyNote' Align = alClient Ctl3D = True Images = Chest.MGRImages Indent = 19 InsertMarkColor = -16777216 ItemHeight = 16 Options = [toAutoExpand, toAutoScroll, toEvenHeight, toReadOnly, toRightClickSelect, toShowButtons, toShowLines, toShowRoot] ParentColor = False ParentCtl3D = False ParentShowHint = False ShowHint = False ScrollTime = 0 TabOrder = 1 OnDblClick = TVmgrDblClick end object FormPlacement: TFormPlacement IniSection = 'MgrDlg' Options = [fpPosition] Left = 195 Top = 55 end end